projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713ea1d
)
(byte-optimize-form-code-walker): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Jan 1998 10:29:25 +0000
(10:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Jan 1998 10:29:25 +0000
(10:29 +0000)
lisp/emacs-lisp/byte-opt.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-opt.el
b/lisp/emacs-lisp/byte-opt.el
index cbfc5c7d800d3a5d99beff327b41f982e727f0cb..64280a4d549f0ebf1c9a4f329894c672df9ce8f5 100644
(file)
--- a/
lisp/emacs-lisp/byte-opt.el
+++ b/
lisp/emacs-lisp/byte-opt.el
@@
-511,8
+511,7
@@
;; Support compiler macros as in cl.el.
((and (fboundp 'compiler-macroexpand)
(not (eq form
- (setq form (compiler-macroexpand form
- byte-compile-macro-environment)))))
+ (setq form (compiler-macroexpand form)))))
(byte-optimize-form form for-effect))
((not (symbolp fn))